using System;
using System.Linq;
using System;
using Object = UnityEngine.Object;

namespace AnimatedImages
{
    internal class CrcHelper
    {
        public static uint Calculate(byte[] what)
        {
            throw new NotImplementedException();
        }
    }
}